home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / Attack⁄DoS / PounderII.sit / PounderII / Pounder II.config < prev    next >
Text File  |  1996-06-01  |  786b  |  24 lines

  1. 0.9            #config file version number
  2. test.log    #log file name (no spaces!!!) (if this entire line is blank, no logging is done)
  3. 2            #log format. 0=summary only, 1=summary and events, 2=events only
  4. 0            #sequential or random access of the following URLs (0 or 1)
  5. 0            #absolute or random (1-n ticks) delay after access (0 or 1)
  6. 0            #repeat or run N times (0 or N)
  7. 10            #number of simulated clients
  8. #
  9. #Individual HTTP requests have the following format:
  10. #host IP address, port number, ticks to delay after retrieve, expected response size (0 or N)
  11. #<full request text, cr line ends only>
  12. #@ character
  13. #
  14. #Note!! No trailing text, blank lines, etc. allowed after final "@" in this file
  15. #
  16. your.host.com 80 10 0
  17. GET / HTTP/1.0
  18. Date: abc
  19.  
  20. @
  21. your.host.com 80 10 0
  22. Get /testing/dilbert.gif http/1.0
  23.  
  24. @